home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
51741
/
51741.xpi
/
chrome
/
content
/
xul
/
about
/
about.xul
Wrap
Extensible Markup Language
|
2010-02-01
|
2KB
|
42 lines
<?xml version="1.0" encoding="UTF-8"?>
<!-- xul localized strings -->
<!DOCTYPE overlay SYSTEM "chrome://metaTitleDescriptionOnTop/locale/about.dtd">
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript">
<![CDATA[
addEventListener("load",
function()
{
if(document.getElementById('extensionName').getAttribute('value') == "Meta Descripton & Title on Top")
{
document.getElementById('metaTitleDescriptionOnTop-extensionHomepageDonateLink').setAttribute('hidden', false);
document.getElementById('metaTitleDescriptionOnTop-extensionJoinTranslationTeam').setAttribute('hidden', false);
}
}
, false);
]]>
</script>
<hbox id="creatorBox">
<label id="metaTitleDescriptionOnTop-extensionHomepageDonateLink"
onclick="if (event.button == 0){ loadHomepage(event); }"
class="text-link"
hidden="true"
value="&metaTitleDescriptionOnTop.send.a.gift;"
homepageURL="http://www.amazon.com/Roberto-Bouzout/wishlist/1AXD0MYDPQ1ZC/"
tooltiptext="http://www.amazon.com/Roberto-Bouzout/wishlist/1AXD0MYDPQ1ZC/"
/>
</hbox>
<vbox id="translatorsBox" class="boxIndent">
<label style="padding:0px;margin:0px;border:0px;margin-bottom:6px;margin-top:6px;" id="metaTitleDescriptionOnTop-extensionJoinTranslationTeam"
onclick="if (event.button == 0){ loadHomepage(event); }"
class="text-link"
hidden="true"
value="&metaTitleDescriptionOnTop.join.babelzilla.team;"
homepageURL="http://www.babelzilla.org/"
tooltiptext="http://www.babelzilla.org/"
/>
</vbox>
</overlay>